gtk4.git
2020-03-26 Benjamin Otteapplication: Replace accelerator handling with shortcuts
2020-03-26 Benjamin Otteaccel: Add display arg to gtk_accelerator_parse_with_ke...
2020-03-26 Benjamin Otteaccelerators: Make gtk_accelerator_parse() return TRUE...
2020-03-26 Benjamin Otteshortcuttrigger: Add hash(), equal(), and compare(...
2020-03-26 Matthias Clasenshortcutmanager: Use list models
2020-03-26 Matthias Clasenshortcutcontroller: Use a list model for shortcuts
2020-03-26 Benjamin Otteshortcutaction: Add gtk_shortcut_action_to_string()
2020-03-26 Matthias Clasenwidget: Only create a controller if we have shortcuts
2020-03-26 Benjamin Ottewidget: Keep keybindings as a GListStore
2020-03-26 Benjamin Otteshortcutcontroller: Add gtk_shortcut_controller_new_for...
2020-03-26 Benjamin Otteshortcutcontroller: Implement GListModel
2020-03-26 Benjamin Ottegtk-demo: Port the sliding puzzle demo to shortcuts
2020-03-26 Benjamin Otteshortcut: Change the API for creating shortcuts
2020-03-26 Benjamin Otteshortcut: Add GtkShortcutAction
2020-03-26 Benjamin Otteaccelgroup: Remove unneeded APIs
2020-03-26 Emmanuele Bassigtk: Remove GtkAccelMap
2020-03-26 Benjamin Ottegtk: Remove accel paths
2020-03-26 Benjamin OtteRemove GtkMnemonicHash
2020-03-26 Emmanuele Bassiwindow: Remove all old mnemonic handling API
2020-03-26 Emmanuele BassiAdd GtkShortcutManager
2020-03-26 Benjamin Ottelabel: Implement mnemonics using shortcuts
2020-03-26 Benjamin Otteshortcut: Add gtk_shortcut_set_mnemonic_activate()
2020-03-26 Benjamin Otteshortcuttrigger: Add support for mnemonics
2020-03-26 Benjamin Ottewindow: Put F10 accelerator into its own shortcut contr...
2020-03-26 Benjamin Ottewindow: Get rid of public APIs that shouldn't be
2020-03-26 Benjamin Ottegdk: Remove GDK_RELEASE_MASK
2020-03-26 Benjamin Ottegtk-demo: Add a dumb demo for shortcut triggers
2020-03-26 Benjamin Otteshortcutcontroller: Add GtkShortcutScope
2020-03-26 Benjamin Otteshortcuttrigger: Add gtk_shortcut_trigger_to_label()
2020-03-26 Benjamin Otteaccelgroup: Add gtk_accel_group_print_label()
2020-03-26 Benjamin Otteaccellabel: Move gtk_accelerator_get_label() code
2020-03-26 Benjamin Otteaccellabel: Get rid of class variables
2020-03-26 Benjamin Ottegtk: Remove bindings
2020-03-26 Emmanuele BassiRemove bindings activation from GtkEventControllerKey
2020-03-26 Matthias Clasenpopover: Add keynav keybindings
2020-03-26 Emmanuele Bassipopovermenu: Port to shortcuts
2020-03-26 Benjamin Otteaccelgroup: Actually have a default mod mask
2020-03-26 Benjamin Ottetreeview: Redo event forwarding hack
2020-03-26 Benjamin Ottecombobox: Redo key event forwarding hack
2020-03-26 Emmanuele Bassiwidget: Add private accessor to event controllers
2020-03-26 Benjamin Otteiconview: Port bindings to use shortcuts
2020-03-26 Benjamin Otteinfobar: Port bindings to use shortcuts
2020-03-26 Benjamin Ottelabel: Port bindings to use shortcuts
2020-03-26 Benjamin Ottelistbox: Port bindings to use shortcuts
2020-03-26 Benjamin Ottenotebook: Port bindings to use shortcuts
2020-03-26 Benjamin Ottescale: Port bindings to use shortcuts
2020-03-26 Benjamin Ottescalebutton: Port bindings to use shortcuts
2020-03-26 Benjamin Ottescrolledwindow: Port bindings to use shortcuts
2020-03-26 Benjamin Ottesearchentry: Port bindings to use shortcuts
2020-03-26 Benjamin Otteshortcutssection: Port bindings to use shortcuts
2020-03-26 Benjamin Otteshortcutswindow: Port bindings to use shortcuts
2020-03-26 Benjamin Otteflowbox: Port bindings to use shortcuts
2020-03-26 Benjamin Ottepaned: Port bindings to use shortcuts
2020-03-26 Benjamin Ottespinbutton: Port bindings to use shortcuts
2020-03-26 Benjamin Ottetextview: Port bindings to use shortcuts
2020-03-26 Benjamin Ottefilechooserwidget: Port bindings to use shortcuts
2020-03-26 Benjamin Otteshortcutcontroller: Add gtk_shortcut_controller_add_sho...
2020-03-26 Benjamin Otteshortcutcontroller: Add private API for running class...
2020-03-26 Benjamin Ottetreeview: Port bindings to use shortcuts
2020-03-26 Benjamin Ottewidget: Port bindings to use shortcuts
2020-03-26 Benjamin Ottedialog: Port binding to use shortcuts
2020-03-26 Emmanuele Bassitext: Port to widget shortcuts
2020-03-26 Emmanuele BassiAllow installing bindings bound to actions
2020-03-26 Emmanuele Bassishortcut: Add action activation
2020-03-26 Emmanuele Bassibindings: Export action activation internally
2020-03-26 Benjamin Otteshortcut: Add gtk_shortcut_set_callback()
2020-03-26 Benjamin Otteassistant: Port bindings to use shortcuts
2020-03-26 Benjamin Ottecombobox: Port bindings to use shortcuts
2020-03-26 Benjamin Ottetrigger: Add an alternative trigger
2020-03-26 Matthias Clasenshortcut: Add GtkShortcutTrigger
2020-03-26 Benjamin Ottewindow: Port bindings to use shortcuts
2020-03-26 Benjamin Ottebindings: Add more variant types
2020-03-26 Benjamin Ottewidget: Add gtk_widget_class_add_shortcut()
2020-03-26 Benjamin Ottegtk: Add GtkShortcut
2020-03-26 Benjamin Ottebindings: Split out function to invoke an action signal
2020-03-26 Benjamin Otteshortcutcontroller: Introduce
2020-03-26 Benjamin Ottebindings: Make gtk_binding_parse_signal() use GVariantB...
2020-03-26 Benjamin Ottebindings: Parse into GVariantBuilder directly
2020-03-26 Benjamin Ottebindings: Add gtk_binding_entry_add_signal_variant()
2020-03-26 Benjamin Ottebindings: Replace GtkBindingArg arguments with GVariant
2020-03-26 Matthias ClasenMerge branch 'matthiasc/for-master2' into 'master'
2020-03-26 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-03-26 Emmanuele Bassipasswordentry: Remove unused include
2020-03-26 Emmanuele Bassientry: Remove unused include
2020-03-25 Matthias Clasentext view: Fix touch selection
2020-03-25 Matthias Clasenevent controller focus: drop include
2020-03-25 Matthias Clasenflattenlistmodel: Give access to child models
2020-03-25 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-03-25 Matthias ClasenMerge branch 'wip/chergert/muxer-robustness-fix' into...
2020-03-25 Matthias Clasenfilechoosererrorstack: Fix object life-cycle
2020-03-25 Matthias Clasentestsuite: Set NO_AT_BRIDGE for gtk tests
2020-03-25 Christian Hergertmuxer: force muxer dispoal as part of widget dispose
2020-03-25 Timm BäderMerge branch 'wip/sadiq/fix-leak' into 'master'
2020-03-24 Timm Bädermagnifier: Don't try to use a null widget paintable
2020-03-24 Timm Bäderinspector: Fix child widget life cycle
2020-03-24 Timm BäderMerge branch 'patch-2' into 'master'
2020-03-24 LingMangtkfilechoosernative: Remove duplicate "the" in the...
2020-03-22 Marc-Antoine... testsuite/gtk/flattenlistmodel.c: fix build
2020-03-22 Mohammed Sadiqsingleselection: Fix a memory leak
2020-03-22 Matthias Clasen3.98.1
next